home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig7.lha / xfig / readme.amiga < prev    next >
Text File  |  1995-09-16  |  5KB  |  101 lines

  1.  
  2.  Xfig amiga info
  3. =================
  4.  
  5. The program itself should be easy to use, just click on a mode option in the mode
  6. panel and start adding/modifying objects in the drawing area. To figure out
  7. what mouse button does what you can open the 'mouse help' window from the
  8. menu. In order to run it you'll need to have a stack of 20000 or more. 
  9. Also if you want the program to use colors you'll need 32 free colors.
  10. This means a 64 colors minimum color workbench with os3.0+
  11. (not all colors are free to be obtainpen'ed).
  12.  
  13. If you lack a middle mousebutton you can use alt key with right mousebutton to give
  14. the same effect.
  15.  
  16. Put transfig and fig2dev somewhere in the path in order for save/export to work.
  17. (needs a save enabled version.) Also you need to start the program from cli
  18. or set up an iconx startup to make the system() function work.
  19.  
  20. Want to run the program on a public screen? Try 'xfig -display PubScreen'
  21. Or change the resource name Fig.display in AmigaDefaults. Place AmigaDefaults
  22. and rgb.txt in the dir pointed to by libx11:. If the program doesn't
  23. find rgb.txt it will revert back to black & white.
  24.  
  25. Other resources can also be entered in AmigaDefaults. To find out what resources
  26. are accessed you can turn on debugging with 'Amiga.debug: True', or read
  27. the documentation..Or have a look in the file Fig.ad. Some of the entries
  28. can be used with the amiga version, most however relates to the X11 layout and
  29. won't have any effect on the amiga MUI interface.
  30.  
  31. I have added some support for Dr2D drawings, but unfortunately xfig doesn't have
  32. a path as a primary object so filling can't be easily supported.
  33.  
  34. Datatype loading of images has also been added, which causes the program to be os3.0 only.
  35. (a bug in the previous one caused it to be 3.0 only also..)
  36.  
  37. In order to help GIF into obscurity it has been removed and replaced with iff.
  38.  
  39. Importing compressed images (.Z or .gz) needs uncompress/gunzip in the path.
  40.  
  41. An icon by Bastian Kinne (kinne@zfn.uni-bremen.de) is included.
  42.  
  43.  Memory usage
  44. ==============
  45.   Yes, the program uses a lot of memory..Probably 2-3 meg of fast ram. This probably
  46. means a 4mb a1200 will have difficulties running it! Also freeing memory is a novel
  47. idea in the unix programming environment so the program may fail to release some
  48. memory on exit. I have added the most obvious freeing to reduce this memory loss
  49. as much as possible. Also if you are missing some chip mem after running xfig
  50. do a 'avail flush' (fonts don't get free'd) 
  51.  
  52.  Unstable?
  53. ==================
  54.   It appears that you have to use the MUI option 'smart' refresh. Without it
  55. the program is amazingly unstable! The reason for this is that I access the
  56. drawingarea in a somewhat illegal way. I tried to make a more MUI compliant
  57. way and it turned out to be amusingly slow and was soon dropped.
  58. Other problems may occur when you are using rotated text on a gfx card 
  59. equipped machine. This is because this uses bitmaps and I do some
  60. assumptions on the structure of bitmaps. Apparently bitmaps may have
  61. a different structure on on gfx cards (or something..). This is probably
  62. the case when loading images too. This problem should go away with the
  63. AmigaDefaults entry: 'Amiga.nochunkytoplanar: True'
  64.  
  65.  Why save/print/export disable?
  66. ================================
  67.  
  68. It seems that even the best program of its kind won't result in a noticeabe number
  69. of contributions (like xmgr) so I am led to believe that it is a fairly general
  70. opinion that if you've got the full program, why pay? So my following programs will
  71. most likely be savedisabled!
  72.  
  73. If you'd like a key-file to save-enable this program $20 will do it. This keyfile
  74. should work with this version and all following versions. If a widespread illegal
  75. distribution of keyfiles should come to my attention I may be forced to change this,
  76. but lets hope it doesn't happen too soon!
  77. (in case you haven't got a email address, add $5)
  78.  
  79. Terje Pedersen
  80. Oterveien 55
  81. 9017 Tromsoe
  82. Norway
  83.  
  84. I accidentally got a job in Oslo.. so this may change soon, but with any luck
  85. the postal service will redirect any mail!
  86.  
  87. E-mail: terjepe@ns.icenet.no/terjepe@login.eunet.no/terjepe@funcom.no
  88.  
  89.  Other Problems:
  90. -----------------
  91.  
  92. problems with xfig and a merlin gfx card?
  93.  
  94. The solution is to delete x11/gfxcard when using the Merlin gfx card
  95. with xfig !! You should include it as a note in the readme.amiga file,
  96. that Merlin users should delete the env-variable. Now, it works.
  97. Funny thing: XV214 still requires it, otherwise the machine will
  98. surely crash. It is probably the result of the chunky2planar      
  99.  
  100. <FELS@ti-nov1.fbe.FH-Weingarten.DE> 
  101.